home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / rlogin.man < prev    next >
Encoding:
Text File  |  1989-01-20  |  3.1 KB  |  133 lines

  1.  
  2.  
  3.  
  4. RLOGIN                    User Commands                    RLOGIN
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      rlogin - remote login
  10.  
  11. SSYYNNOOPPSSIISS
  12.      rrllooggiinn rhost [ --ee_c ] [ --88 ] [ --LL ] [ --ll username ]
  13.      rhost [ --ee_c ] [ --88 ] [ --LL ] [ --ll username ]
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.      _R_l_o_g_i_n connects your terminal on the current local host sys-
  17.      tem _l_h_o_s_t to the remote host system _r_h_o_s_t.
  18.  
  19.      Each host has a file /_e_t_c/_h_o_s_t_s._e_q_u_i_v which contains a list
  20.      of _r_h_o_s_t's with which it shares account names.  (The host
  21.      names must be the standard names as described in _r_s_h(1C).)
  22.      When you _r_l_o_g_i_n as the same user on an equivalent host, you
  23.      don't need to give a password.  Each user may also have a
  24.      private equivalence list in a file .rhosts in his login
  25.      directory.  Each line in this file should contain an _r_h_o_s_t
  26.      and a _u_s_e_r_n_a_m_e separated by a space, giving additional cases
  27.      where logins without passwords are to be permitted.  If the
  28.      originating user is not equivalent to the remote user, then
  29.      a login and password will be prompted for on the remote
  30.      machine as in _l_o_g_i_n(1).  To avoid some security problems,
  31.      the .rhosts file must be owned by either the remote user or
  32.      root.
  33.  
  34.      The remote terminal type is the same as your local terminal
  35.      type (as given in your environment TERM variable).  The ter-
  36.      minal or window size is also copied to the remote system if
  37.      the server supports the option, and changes in size are
  38.      reflected as well.  All echoing takes place at the remote
  39.      site, so that (except for delays) the rlogin is transparent.
  40.      Flow control via ^S and ^Q and flushing of input and output
  41.      on interrupts are handled properly.  The optional argument
  42.      --88 allows an eight-bit input data path at all times; other-
  43.      wise parity bits are stripped except when the remote side's
  44.      stop and start characters are other than ^S/^Q.  The argu-
  45.      ment --LL allows the rlogin session to be run in litout mode.
  46.      A line of the form ``~.'' disconnects from the remote host,
  47.      where ``~'' is the escape character.  Similarly, the line
  48.      ``~^Z'' (where ^Z, control-Z, is the suspend character) will
  49.      suspend the rlogin session.  Substitution of the delayed-
  50.      suspend character (normally ^Y) for the suspend character
  51.      suspends the send portion of the rlogin, but allows output
  52.      from the remote system.  A different escape character may be
  53.      specified by the --ee option.  There is no space separating
  54.      this option flag and the argument character.
  55.  
  56. SSEEEE AALLSSOO
  57.      rsh(1C)
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0               May 12, 1986                          1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. RLOGIN                    User Commands                    RLOGIN
  71.  
  72.  
  73.  
  74. FFIILLEESS
  75.      /usr/hosts/*        for _r_h_o_s_t version of the command
  76.  
  77. BBUUGGSS
  78.      More of the environment should be propagated.
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sprite v1.0               May 12, 1986                          2
  130.  
  131.  
  132.  
  133.